home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-4 / card_20408.txt < prev    next >
Text File  |  1990-04-06  |  4KB  |  164 lines

  1. -- card: 20408 from stack: in.0-4
  2. -- bmap block id: 20580
  3. -- flags: 0000
  4. -- background id: 4102
  5. -- name: Ex 4.3
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 0006
  11. -- rect: left=143 top=154 right=204 bottom=454
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: A1
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   hideFeedback
  23.   HiliteRadio
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 7 (button)
  29. -- low flags: 00
  30. -- high flags: 0006
  31. -- rect: left=143 top=215 right=252 bottom=455
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: A2
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   hideFeedback
  43.   HiliteRadio
  44. end mouseUp
  45.  
  46.  
  47.  
  48. -- part 8 (button)
  49. -- low flags: 00
  50. -- high flags: 0006
  51. -- rect: left=143 top=262 right=278 bottom=369
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 0 / 0
  54. -- text alignment: 1
  55. -- font id: 0
  56. -- text size: 12
  57. -- style flags: 0
  58. -- line height: 16
  59. -- part name: A3
  60. ----- HyperTalk script -----
  61. on mouseUp
  62.   hideFeedback
  63.   HiliteRadio
  64. end mouseUp
  65.  
  66.  
  67.  
  68. -- part 17 (button)
  69. -- low flags: 00
  70. -- high flags: A003
  71. -- rect: left=200 top=311 right=329 bottom=259
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 0 / 0
  74. -- text alignment: 1
  75. -- font id: 0
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: Done
  80. ----- HyperTalk script -----
  81. -- The handler for "checkOneRight" is in the stack script.
  82. on mouseUp
  83.   checkOneRight cd
  84. end mouseUp
  85.  
  86.  
  87.  
  88. -- part 18 (button)
  89. -- low flags: 00
  90. -- high flags: A003
  91. -- rect: left=273 top=311 right=329 bottom=391
  92. -- title width / last selected line: 0
  93. -- icon id / first selected line: 0 / 0
  94. -- text alignment: 1
  95. -- font id: 0
  96. -- text size: 12
  97. -- style flags: 0
  98. -- line height: 16
  99. -- part name: Correct Answer
  100. ----- HyperTalk script -----
  101. -- This handler shows the correct answer.
  102.  
  103. on mouseUp
  104.   resetCd
  105.   set hilite of btn "A1" to true
  106.   wait 25
  107.   repeat 2
  108.     set hilite of btn "A1" to false
  109.     wait 25
  110.     set hilite of btn "A1" to true
  111.     wait 25
  112.   end repeat
  113.   ans 4,cd
  114. end mouseUp
  115.  
  116.  
  117.  
  118. -- part 22 (field)
  119. -- low flags: 81
  120. -- high flags: 0004
  121. -- rect: left=8 top=165 right=317 bottom=140
  122. -- title width / last selected line: 0
  123. -- icon id / first selected line: 0 / 0
  124. -- text alignment: 0
  125. -- font id: 174
  126. -- text size: 12
  127. -- style flags: 0
  128. -- line height: 16
  129. -- part name: Feedback
  130. ----- HyperTalk script -----
  131. on mouseUp
  132.   hide me
  133. end mouseUp
  134.  
  135.  
  136.  
  137. -- part contents for background part 9
  138. ----- text -----
  139. 3 of 5
  140.  
  141. -- part contents for background part 19
  142. ----- text -----
  143. Good. HyperCard is sounding more and more like the flexible solution to our problem.
  144. That makes it sound like I can‚Äôt easily incorporate new information. I don‚Äôt want to have to just tack it on. Can‚Äôt I just make changes to what‚Äôs already there?
  145. I do?  ... Hmm. I guess I‚Äôll have to keep looking, then.
  146. This is the correct answer. He needs to know that he can update existing cards.
  147.  
  148. -- part contents for background part 31
  149. ----- text -----
  150. No. You can resize text fields at any time to accomodate new information (or change field styles), and you can enter new information at any time, without having to recreate the whole stack.
  151.  
  152. No. You can make new cards to hold the information, or build new stacks at any time that will hold any overflow.
  153.  
  154. Yes.
  155.  
  156.  
  157.  
  158. -- part contents for background part 30
  159. ----- text -----
  160.             The information on our products 
  161.              changes frequently and will need 
  162.             constant updating. Are we going to
  163.           have to start over from scratch every 
  164.       time we need to update information ?